You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since English isn't my first language, I hope my explanation is clear enough
When using the Select component in Blueprint, I've encountered an issue. Specifically, in the Select component demonstration on the Blueprint official documentation page, attempting to select the last visible element in the dropdown list does not result in the element being selected. Instead, the entire list scrolls up by one element's height. This appears to be a bug.
I believe that when I click on the last option, it should be selected rather than causing the list to scroll.
Since English isn't my first language, I hope my explanation is clear enough
When using the Select component in Blueprint, I've encountered an issue. Specifically, in the Select component demonstration on the Blueprint official documentation page, attempting to select the last visible element in the dropdown list does not result in the element being selected. Instead, the entire list scrolls up by one element's height. This appears to be a bug.
I believe that when I click on the last option, it should be selected rather than causing the list to scroll.
This problem can be reproduced in the Select component demonstration on the Blueprint official documentation page
https://blueprintjs.com/docs/#select/select-component
The text was updated successfully, but these errors were encountered: